-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump dependencies #1207
Bump dependencies #1207
Conversation
@bestbeforetoday The java chaincode lint failure here is new. This is the first test execution since the java chaincode 2.5.2 release last week, could that be the cause? |
The I have opened PR #1208 to update the test dependencies, which should fix this error. It solves it for me locally at least. |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@denyeart Thank you for the PR.
This is really a minor point, but the following line should be updated as well.
fabric-samples/test-network/scripts/utils.sh
Lines 20 to 21 in d3e2a90
println " -i FabricVersion (default: '2.5.4')" | |
println " -cai Fabric CA Version (default: '1.5.7')" |
fabric-samples/test-network/scripts/utils.sh
Lines 162 to 163 in d3e2a90
println " -i FabricVersion (default: '2.5.4')" | |
println " -cai Fabric CA Version (default: '1.5.7')" |
I think updating with another PR is an option. Please consider it.
Go to 1.22 CouchDB to 3.3.3 Fabric to 2.5.8 Fabric-CA to 1.5.11 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
@satota2 Thanks for the feedback, done, I agree it is good to keep the versions updated in the same pull request so that we can easily reference them later for future updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@denyeart Thank you for updating. LGTM!
Go to 1.22
CouchDB to 3.3.3
Fabric to 2.5.7
Fabric-CA to 1.5.10